POST AdminApi/Delivery/SaveCountry
Request Information
URI Parameters
None.
Body Parameters
Country| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
String length: inclusive between 0 and 50 |
|
| Name_e | string |
String length: inclusive between 0 and 50 |
|
| Name_c | string |
String length: inclusive between 0 and 50 |
|
| Name_s | string |
String length: inclusive between 0 and 50 |
|
| Name_j | string |
String length: inclusive between 0 and 50 |
|
| Code | string |
String length: inclusive between 0 and 5 |
|
| Code2 | string |
String length: inclusive between 0 and 2 |
|
| Code3 | string |
String length: inclusive between 0 and 3 |
|
| Seq | integer |
None. |
|
| IsNeedPostalCode | boolean |
Required |
|
| Names | Collection of MutiLanguage |
None. |
|
| Procince | Collection of Province |
None. |
|
| Id | integer |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}