PUT api/sold-serial/gar-reg
Request Information
URI Parameters
None.
Body Parameters
SoldSerials| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientNr | integer |
None. |
|
| OrderNr | integer |
None. |
|
| Datum | date |
None. |
|
| SkrovNr | string |
None. |
|
| MotorNr | string |
None. |
|
| KundNr | integer |
None. |
|
| Fornamn | string |
None. |
|
| Efternamn | string |
None. |
|
| Foretag | string |
None. |
|
| Gatuadress | string |
None. |
|
| Postkod | string |
None. |
|
| Postadress | string |
None. |
|
| Telefon | string |
None. |
|
| Mobil | string |
None. |
|
| Epost | string |
None. |
|
| GarReg | boolean |
None. |
|
| FirstServe | boolean |
None. |
|
| Comment | string |
None. |
|
| OrdreIndividId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientNr": 1,
"OrderNr": 2,
"Datum": "2026-08-17T09:19:07.0147122+00:00",
"SkrovNr": "sample string 4",
"MotorNr": "sample string 5",
"KundNr": 6,
"Fornamn": "sample string 7",
"Efternamn": "sample string 8",
"Foretag": "sample string 9",
"Gatuadress": "sample string 10",
"Postkod": "sample string 11",
"Postadress": "sample string 12",
"Telefon": "sample string 13",
"Mobil": "sample string 14",
"Epost": "sample string 15",
"GarReg": true,
"FirstServe": true,
"Comment": "sample string 18",
"OrdreIndividId": 19
}
application/xml, text/xml
Sample:
<SoldSerials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models"> <ClientNr>1</ClientNr> <Comment>sample string 18</Comment> <Datum>2026-08-17T09:19:07.0147122+00:00</Datum> <Efternamn>sample string 8</Efternamn> <Epost>sample string 15</Epost> <FirstServe>true</FirstServe> <Foretag>sample string 9</Foretag> <Fornamn>sample string 7</Fornamn> <GarReg>true</GarReg> <Gatuadress>sample string 10</Gatuadress> <KundNr>6</KundNr> <Mobil>sample string 14</Mobil> <MotorNr>sample string 5</MotorNr> <OrderNr>2</OrderNr> <OrdreIndividId>19</OrdreIndividId> <Postadress>sample string 12</Postadress> <Postkod>sample string 11</Postkod> <SkrovNr>sample string 4</SkrovNr> <Telefon>sample string 13</Telefon> </SoldSerials>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />