Authorization: Bearer ********************
{
"CardRequest": {
"CustomerName": "Тулга",
"CustomerParentName": "Болд",
"Email": "[email protected]",
"MobilePhone": "88000000",
"Gender": "M",
"MaritalStatus": "N",
"RegistryNumber": "УЗ00165738",
"BirthDate": "2000/02/13",
"CardId": "0213",
"CardPassword": "3989",
"Note": "aaaaaaa",
"Address": "bbbbbbb",
"WorkAddress": "ccccccc"
}
}
curl --location --request POST 'https://retailapiv2.smartlogic.mn/api/sale/cardrequest' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"CardRequest": {
"CustomerName": "Тулга",
"CustomerParentName": "Болд",
"Email": "[email protected]",
"MobilePhone": "88000000",
"Gender": "M",
"MaritalStatus": "N",
"RegistryNumber": "УЗ00165738",
"BirthDate": "2000/02/13",
"CardId": "0213",
"CardPassword": "3989",
"Note": "aaaaaaa",
"Address": "bbbbbbb",
"WorkAddress": "ccccccc"
}
}'
{
"Message": "string"
}