POST other/gstn_update?distno={distno}
This is for distributor gst no updation .
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| distno | decimal number |
Required |
Body Parameters
GSTUpdateModels| Name | Description | Type | Additional information |
|---|---|---|---|
| gst_no | string |
Required Matching regular expression pattern: [0-9]{2}[(a-z)(A-Z)]{5}\d{4}[(a-z)(A-Z)]{1}\d{1}Z[0-9a-zA-Z]{1} |
|
| name_as_gst | string |
Required |
|
| gst_img_data | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"gst_no": "sample string 1",
"name_as_gst": "sample string 2",
"gst_img_data": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |