Create new guest billing address by Profile ID
post
/spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing
This is to create a new guest billing address
Request
Supported Media Types
- application/json
Path Parameters
-
profileId: integer
Profile ID
-
shipId: number
Ship Id
Billing Address Object
Root Schema : Profile Billing Address Request
Type:
objectTitle:
Profile Billing Address RequestProfile Billing Address Request Body
Show Source
-
city(optional):
string
Minimum Length:
1Maximum Length:30City * `null` if emptyExample:Los Angeles -
contactName1(optional):
string
Minimum Length:
1Maximum Length:40Pattern:^[a-zA-Z??-????-????-??0-9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$Contact Person Name 1 * `null` if emptyExample:Amelia -
contactName2(optional):
string
Minimum Length:
1Maximum Length:40Pattern:^[a-zA-Z??-????-????-??0-9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$Contact Person Name 2 * `null` if emptyExample:Albert -
countryCode(optional):
string
Minimum Length:
1Maximum Length:6Country Code * `null` if emptyExample:US -
state(optional):
object state
State
-
street(optional):
string
Minimum Length:
1Maximum Length:100Street * `null` if emptyExample:Edwards Street -
zipCode(optional):
string
Minimum Length:
1Maximum Length:10Zip Code * `null` if emptyExample:48075
Nested Schema : state
Type:
objectState
Show Source
-
code(optional):
string
Minimum Length:
1Maximum Length:3State Code * `null` if emptyExample:CA -
description(optional):
string
Minimum Length:
1Maximum Length:49State Name * `null` if emptyExample:California
Response
Supported Media Types
- application/json
201 Response
Created
Root Schema : Profile Billing Address
Type:
objectTitle:
Profile Billing AddressProfile Billing Address
Show Source
-
billingId(optional):
number
Billing IDExample:
11 -
city(optional):
string
Minimum Length:
1Maximum Length:30City * `null` if emptyExample:Los Angeles -
contactName1(optional):
string
Minimum Length:
1Maximum Length:40Pattern:^[a-zA-Z??-????-????-??0-9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$Contact Person Name 1 * `null` if emptyExample:Amelia -
contactName2(optional):
string
Minimum Length:
1Maximum Length:40Pattern:^[a-zA-Z??-????-????-??0-9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$Contact Person Name 2 * `null` if emptyExample:Albert -
country(optional):
object country
Country
-
profileId(optional):
integer
Minimum Value:
1Pattern:^[0-9]*$Profile IDExample:1001 -
state(optional):
object state
State
-
street(optional):
string
Minimum Length:
1Maximum Length:100Street * `null` if emptyExample:Edwards Street -
zipCode(optional):
string
Minimum Length:
1Maximum Length:10Zip Code * `null` if emptyExample:48075
Nested Schema : country
Type:
objectCountry
Show Source
-
code(optional):
string
Minimum Length:
1Maximum Length:6Country Code * `null` if emptyExample:US -
description(optional):
string
Country Name * `null` if emptyExample:
United States
Nested Schema : state
Type:
objectState
Show Source
-
code(optional):
string
Minimum Length:
1Maximum Length:3State Code * `null` if emptyExample:CA -
description(optional):
string
Minimum Length:
1Maximum Length:49State Name * `null` if emptyExample:California
400 Response
Bad Request
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title":"Bad Request",
"detail":"Malformed JSON request"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
401 Response
Unauthorized
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2",
"title":"Unauthorized",
"detail":"Valid token is required to access this resource"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
403 Response
Forbidden
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4",
"title":"Forbidden",
"detail":"Access to this resource is forbidden"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
404 Response
Not Found
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5",
"title":"Not Found",
"detail":"Profile ID - 1002 is invalid"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
405 Response
Method Not Allowed
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6",
"title":"Method Not Supported",
"detail":"HTTP method not supported for this resource"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
406 Response
Not Acceptable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7",
"title":"Not Acceptable",
"detail":"Request a Mime type that is supported for this Resource"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
409 Response
Conflict
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10",
"title":"Conflict",
"detail":"Creation not allowed. Please update instead."
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
410 Response
Gone
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11",
"title":"Gone",
"detail":"Requested Resource no longer exists"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
415 Response
Unsupported Media Type
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16",
"title":"Invalid content",
"detail":"Content type not supported"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
500 Response
Internal Server Error
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
"title":"Internal Server Error",
"detail":"Issue fulfilling request. Please retry or contact support"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
501 Response
Not Implemented
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2",
"title":"Not implemented",
"detail":"Resource is not implemented in this version of the API"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
503 Response
Service Unavailable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4",
"title":"Service Unavailable",
"detail":"Service not available"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source