POST api/WarrantyRegistration
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| warrantyRegistrationPost | Documentation for 'warrantyRegistrationPost'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"serialNo": "sample string 1",
"itemNo": "sample string 2",
"modelNo": "sample string 3",
"custId": "sample string 4",
"customerName": "sample string 5",
"dealerEmail": "sample string 6",
"customerAddress1": "sample string 7",
"customerAddress2": "sample string 8",
"customerCity": "sample string 9",
"customerState": "sample string 10",
"country": "sample string 11",
"customerZip": "sample string 12",
"companyName": "sample string 13",
"ownerAddress": "sample string 14",
"ownerAddr2": "sample string 15",
"city": "sample string 16",
"state": "sample string 17",
"postalCode": "sample string 18",
"ownerCountry": "sample string 19",
"deliveryDate": 20,
"expirationDate": 21,
"ownerPhone": "sample string 22",
"ownerFax": "sample string 23",
"itemDescription": "sample string 24",
"shipToID": "sample string 25",
"shipToName": "sample string 26",
"shipToAddr1": "sample string 27",
"shipToAddr2": "sample string 28",
"shipToAddr3": "sample string 29",
"shipToCity": "sample string 30",
"shipToState": "sample string 31",
"shipToCountry": "sample string 32",
"shipToZip": "sample string 33",
"deliveryDate3": "2025-12-11T01:07:45.764449-06:00",
"expirationDate3": "2025-12-11T01:07:45.764449-06:00",
"email": "sample string 36",
"reviewedProperOperation": true,
"reviewedSafetyPrecautions": true,
"reviewedPreventiveMaintenance": true,
"reviewedMachineWarranty": true,
"date": "2025-12-11T01:07:45.764449-06:00",
"filedBy": "sample string 42",
"Invoice": "sample string 43",
"invoiceNumber": "sample string 44",
"flexHaul": "sample string 45",
"serialNoLast6": "sample string 46",
"confirmed": true,
"dateUnitRegistered": "2025-12-11T01:07:45.7654484-06:00",
"description": "sample string 49",
"ownerEmail": "sample string 50",
"RegisteringCustId": "sample string 51"
}
text/html
Sample:
{"serialNo":"sample string 1","itemNo":"sample string 2","modelNo":"sample string 3","custId":"sample string 4","customerName":"sample string 5","dealerEmail":"sample string 6","customerAddress1":"sample string 7","customerAddress2":"sample string 8","customerCity":"sample string 9","customerState":"sample string 10","country":"sample string 11","customerZip":"sample string 12","companyName":"sample string 13","ownerAddress":"sample string 14","ownerAddr2":"sample string 15","city":"sample string 16","state":"sample string 17","postalCode":"sample string 18","ownerCountry":"sample string 19","deliveryDate":20,"expirationDate":21,"ownerPhone":"sample string 22","ownerFax":"sample string 23","itemDescription":"sample string 24","shipToID":"sample string 25","shipToName":"sample string 26","shipToAddr1":"sample string 27","shipToAddr2":"sample string 28","shipToAddr3":"sample string 29","shipToCity":"sample string 30","shipToState":"sample string 31","shipToCountry":"sample string 32","shipToZip":"sample string 33","deliveryDate3":"2025-12-11T01:07:45.764449-06:00","expirationDate3":"2025-12-11T01:07:45.764449-06:00","email":"sample string 36","reviewedProperOperation":true,"reviewedSafetyPrecautions":true,"reviewedPreventiveMaintenance":true,"reviewedMachineWarranty":true,"date":"2025-12-11T01:07:45.764449-06:00","filedBy":"sample string 42","Invoice":"sample string 43","invoiceNumber":"sample string 44","flexHaul":"sample string 45","serialNoLast6":"sample string 46","confirmed":true,"dateUnitRegistered":"2025-12-11T01:07:45.7654484-06:00","description":"sample string 49","ownerEmail":"sample string 50","RegisteringCustId":"sample string 51"}
application/xml, text/xml
Sample:
<WarrantyRegistrationPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Amity.Api.Models"> <Invoice>sample string 43</Invoice> <RegisteringCustId>sample string 51</RegisteringCustId> <city>sample string 16</city> <companyName>sample string 13</companyName> <confirmed>true</confirmed> <country>sample string 11</country> <custId>sample string 4</custId> <customerAddress1>sample string 7</customerAddress1> <customerAddress2>sample string 8</customerAddress2> <customerCity>sample string 9</customerCity> <customerName>sample string 5</customerName> <customerState>sample string 10</customerState> <customerZip>sample string 12</customerZip> <date>2025-12-11T01:07:45.764449-06:00</date> <dateUnitRegistered>2025-12-11T01:07:45.7654484-06:00</dateUnitRegistered> <dealerEmail>sample string 6</dealerEmail> <deliveryDate>20</deliveryDate> <deliveryDate3>2025-12-11T01:07:45.764449-06:00</deliveryDate3> <description>sample string 49</description> <email>sample string 36</email> <expirationDate>21</expirationDate> <expirationDate3>2025-12-11T01:07:45.764449-06:00</expirationDate3> <filedBy>sample string 42</filedBy> <flexHaul>sample string 45</flexHaul> <invoiceNumber>sample string 44</invoiceNumber> <itemDescription>sample string 24</itemDescription> <itemNo>sample string 2</itemNo> <modelNo>sample string 3</modelNo> <ownerAddr2>sample string 15</ownerAddr2> <ownerAddress>sample string 14</ownerAddress> <ownerCountry>sample string 19</ownerCountry> <ownerEmail>sample string 50</ownerEmail> <ownerFax>sample string 23</ownerFax> <ownerPhone>sample string 22</ownerPhone> <postalCode>sample string 18</postalCode> <reviewedMachineWarranty>true</reviewedMachineWarranty> <reviewedPreventiveMaintenance>true</reviewedPreventiveMaintenance> <reviewedProperOperation>true</reviewedProperOperation> <reviewedSafetyPrecautions>true</reviewedSafetyPrecautions> <serialNo>sample string 1</serialNo> <serialNoLast6>sample string 46</serialNoLast6> <shipToAddr1>sample string 27</shipToAddr1> <shipToAddr2>sample string 28</shipToAddr2> <shipToAddr3>sample string 29</shipToAddr3> <shipToCity>sample string 30</shipToCity> <shipToCountry>sample string 32</shipToCountry> <shipToID>sample string 25</shipToID> <shipToName>sample string 26</shipToName> <shipToState>sample string 31</shipToState> <shipToZip>sample string 33</shipToZip> <state>sample string 17</state> </WarrantyRegistrationPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>