POST api/UserGST/SaveUserGST
Request Information
URI Parameters
None.
Body Parameters
clsUserGSTDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGSTId | globally unique identifier |
None. |
|
| RegistrationId | globally unique identifier |
None. |
|
| GSTNo | string |
None. |
|
| GSTCodeId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"userGSTId": "a1c549d9-ed82-4f64-98bc-c7dd18a4b577",
"registrationId": "4078b6b6-74f0-4999-869e-37dfe19c0b75",
"gstNo": "sample string 3",
"gstCodeId": "5b9263aa-1331-4bc6-b254-e871dd59b6b5"
}
application/x-www-form-urlencoded
Sample:
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. |