POST api/centres/Add
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestOfListOfCentreEntityName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserId | globally unique identifier |
None. |
|
StateId | integer |
None. |
|
StatePostId | integer |
None. |
|
StatePostSubjectId | integer |
None. |
|
Entity | Collection of CentreEntity |
None. |
|
EntityState | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": "2c588ac8-066d-4f45-9a5a-1164a445f226", "StateId": 1, "StatePostId": 2, "StatePostSubjectId": 3, "Entity": [ { "Id": 1, "StateId": 2, "Code": "sample string 3", "Name": "sample string 4", "TotalComputer": 5, "MaxComputer": 6, "Longitude": "sample string 7", "Latitude": "sample string 8", "FullAddress": "sample string 9", "Pin": "sample string 10", "IncludeStateId": "sample string 11", "Status": 12, "CreatedOn": "2025-04-18T03:07:11.8786057+05:30", "CreatedBy": "sample string 13", "ModifiedOn": "2025-04-18T03:07:11.8786057+05:30", "ModifiedBy": "sample string 14", "EntityState": 15 }, { "Id": 1, "StateId": 2, "Code": "sample string 3", "Name": "sample string 4", "TotalComputer": 5, "MaxComputer": 6, "Longitude": "sample string 7", "Latitude": "sample string 8", "FullAddress": "sample string 9", "Pin": "sample string 10", "IncludeStateId": "sample string 11", "Status": 12, "CreatedOn": "2025-04-18T03:07:11.8786057+05:30", "CreatedBy": "sample string 13", "ModifiedOn": "2025-04-18T03:07:11.8786057+05:30", "ModifiedBy": "sample string 14", "EntityState": 15 } ], "EntityState": 4 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.