POST api/Province/Post

Request Information

URI Parameters

None.

Body Parameters

ProvinceModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Created

date

None.

Modified

date

None.

Deleted

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "f37b4496-fab2-46d4-b16f-b5d3b97474d6",
  "Name": "sample string 2",
  "Created": "2025-12-06T07:32:37.6356812+02:00",
  "Modified": "2025-12-06T07:32:37.6356812+02:00",
  "Deleted": "2025-12-06T07:32:37.6356812+02:00"
}

application/xml, text/xml

Sample:
<ProvinceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model">
  <Created>2025-12-06T07:32:37.6356812+02:00</Created>
  <Deleted>2025-12-06T07:32:37.6356812+02:00</Deleted>
  <Id>f37b4496-fab2-46d4-b16f-b5d3b97474d6</Id>
  <Modified>2025-12-06T07:32:37.6356812+02:00</Modified>
  <Name>sample string 2</Name>
</ProvinceModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.