POST api/TablesManagement/CreateInsurerDistrict
Request Information
URI Parameters
None.
Body Parameters
InsurerDistrictName | Description | Type | Additional information |
---|---|---|---|
district_code | integer |
None. |
|
districtname | string |
Required String length: inclusive between 0 and 15 |
|
insur_code | integer |
Required |
|
user_code | string |
String length: inclusive between 0 and 6 |
|
withmaam | string |
Matching regular expression pattern: ^[yn]{1}|null$ String length: inclusive between 0 and 1 |
|
interface_code | string |
String length: inclusive between 0 and 10 |
|
rrbs_code | integer |
None. |
|
invoice_per_visit | string |
Matching regular expression pattern: ^[yn]{1}$ String length: inclusive between 0 and 1 |
|
ot_mahoz | string |
String length: inclusive between 0 and 2 |
|
answer_path | string |
String length: inclusive between 0 and 80 |
|
is_active | string |
Matching regular expression pattern: ^[yn]{1}$ String length: inclusive between 0 and 1 |
|
old_code | integer |
None. |
|
Customers | Collection of Customer |
None. |
|
Debits | Collection of Debit |
None. |
|
InsurerBranches | Collection of InsurerBranch |
None. |
|
Insurers | Insurer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |