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": "d6eef385-9fc6-477d-8622-d5369d074659",
"registrationId": "a4bd5287-515b-4b43-a9da-acf55fccf7cc",
"gstNo": "sample string 3",
"gstCodeId": "f219632c-e8a4-4a37-8e2d-edcd4f49d81a"
}
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. |