PUT v2/cases/{caseId}/deliveryaddress
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
caseId | integer |
Required |
Body Parameters
InitPro.Ida.Web.Api.Dto.Create.AddressName | Description | Type | Additional information |
---|---|---|---|
Salutation |
Salutation for possible values see your translation in customer section of gui |
string |
None. |
FirstName |
firstname |
string |
None. |
LastName |
lastname - LastName or CompanyName is mandatory |
string |
None. |
CompanyName |
name of company - LastName or CompanyName is mandatory |
string |
None. |
Department |
name od department |
string |
None. |
Phone |
phone number |
string |
Required |
PhoneMobile |
mobile number |
string |
None. |
email address |
string |
None. |
|
Street |
street |
string |
Required |
Additional |
additional address entry |
string |
None. |
ZipCode |
zip code |
string |
Required |
City |
city |
string |
Required |
Country |
country - use 2 digit country code (ISO 3166-1 alpha-2) - or see your translation in customer section of gui |
string |
Required |
State |
State |
string |
None. |
DateOfBirth | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Salutation": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "CompanyName": "sample string 4", "Department": "sample string 5", "Phone": "sample string 6", "PhoneMobile": "sample string 7", "Email": "sample string 8", "Street": "sample string 9", "Additional": "sample string 10", "ZipCode": "sample string 11", "City": "sample string 12", "Country": "sample string 13", "State": "sample string 14", "DateOfBirth": "2025-04-29" }
application/xml, text/xml
Sample:
<Address xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InitPro.Ida.Web.Api.Dto.Create"> <Additional>sample string 10</Additional> <City>sample string 12</City> <CompanyName>sample string 4</CompanyName> <Country>sample string 13</Country> <DateOfBirth>2025-04-29T16:18:05.0980278+02:00</DateOfBirth> <Department>sample string 5</Department> <Email>sample string 8</Email> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> <Phone>sample string 6</Phone> <PhoneMobile>sample string 7</PhoneMobile> <Salutation>sample string 1</Salutation> <State>sample string 14</State> <Street>sample string 9</Street> <ZipCode>sample string 11</ZipCode> </Address>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.