POST api/Anilog/CreateAnilogFourWeekFree?identifier={identifier}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier | string |
Required |
Body Parameters
AnilogRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessSourceID | integer |
None. |
|
| IsSpayed | boolean |
None. |
|
| MicrochipCode | string |
None. |
|
| OwnerAddress1 | string |
Required |
|
| OwnerAddress2 | string |
None. |
|
| OwnerAddress3 | string |
None. |
|
| OwnerAddress4 | string |
None. |
|
| OwnerAddress5 | string |
None. |
|
| OwnerEmail | string |
None. |
|
| OwnerFirstname | string |
Required |
|
| OwnerLastname | string |
Required |
|
| OwnerMobilePhoneNumber | string |
None. |
|
| OwnerPhoneNumber | string |
None. |
|
| OwnerPostcode | string |
Required |
|
| OwnerTitle | string |
Required |
|
| PetAnimalType | string |
Required |
|
| PetBreedId | integer |
None. |
|
| PetColour | string |
None. |
|
| PetDateOfBirth | date |
None. |
|
| PetHadPreviousTreatments | boolean |
None. |
|
| PetName | string |
Required |
|
| PetPurchaseDate | date |
None. |
|
| PetPurchasePrice | integer |
None. |
|
| PetRegisteredNumber | string |
None. |
|
| PetSex | string |
None. |
|
| PetVaccinationDate | date |
None. |
|
| VetChecked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessSourceID": 1,
"IsSpayed": true,
"MicrochipCode": "sample string 3",
"OwnerAddress1": "sample string 4",
"OwnerAddress2": "sample string 5",
"OwnerAddress3": "sample string 6",
"OwnerAddress4": "sample string 7",
"OwnerAddress5": "sample string 8",
"OwnerEmail": "sample string 9",
"OwnerFirstname": "sample string 10",
"OwnerLastname": "sample string 11",
"OwnerMobilePhoneNumber": "samplestring12",
"OwnerPhoneNumber": "samplestring13",
"OwnerPostcode": "sample string 14",
"OwnerTitle": "sample string 15",
"PetAnimalType": "sample string 16",
"PetBreedId": 17,
"PetColour": "sample string 18",
"PetDateOfBirth": "2026-02-04T01:07:24.4792911+00:00",
"PetHadPreviousTreatments": true,
"PetName": "sample string 21",
"PetPurchaseDate": "2026-02-04T01:07:24.4792911+00:00",
"PetPurchasePrice": 22,
"PetRegisteredNumber": "sample string 23",
"PetSex": "sample string 24",
"PetVaccinationDate": "2026-02-04T01:07:24.4792911+00:00",
"VetChecked": true
}
application/xml, text/xml
Sample:
<AnilogRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <BusinessSourceID>1</BusinessSourceID> <IsSpayed>true</IsSpayed> <MicrochipCode>sample string 3</MicrochipCode> <OwnerAddress1>sample string 4</OwnerAddress1> <OwnerAddress2>sample string 5</OwnerAddress2> <OwnerAddress3>sample string 6</OwnerAddress3> <OwnerAddress4>sample string 7</OwnerAddress4> <OwnerAddress5>sample string 8</OwnerAddress5> <OwnerEmail>sample string 9</OwnerEmail> <OwnerFirstname>sample string 10</OwnerFirstname> <OwnerLastname>sample string 11</OwnerLastname> <OwnerMobilePhoneNumber>samplestring12</OwnerMobilePhoneNumber> <OwnerPhoneNumber>samplestring13</OwnerPhoneNumber> <OwnerPostcode>sample string 14</OwnerPostcode> <OwnerTitle>sample string 15</OwnerTitle> <PetAnimalType>sample string 16</PetAnimalType> <PetBreedId>17</PetBreedId> <PetColour>sample string 18</PetColour> <PetDateOfBirth>2026-02-04T01:07:24.4792911+00:00</PetDateOfBirth> <PetHadPreviousTreatments>true</PetHadPreviousTreatments> <PetName>sample string 21</PetName> <PetPurchaseDate>2026-02-04T01:07:24.4792911+00:00</PetPurchaseDate> <PetPurchasePrice>22</PetPurchasePrice> <PetRegisteredNumber>sample string 23</PetRegisteredNumber> <PetSex>sample string 24</PetSex> <PetVaccinationDate>2026-02-04T01:07:24.4792911+00:00</PetVaccinationDate> <VetChecked>true</VetChecked> </AnilogRequestModel>
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. |