Add a new Seniority
https://services.wsoweb.com/
SeniorityName
The name of the Seniority Type
string
Required
IsSecured
Is the Seniority type secured?
boolean
Priority
Pirority
integer
There are no limitations specified.
{ "seniorityName": "sample string 1", "isSecured": true, "priority": 1 }
<SeniorityAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <IsSecured>true</IsSecured> <Priority>1</Priority> <SeniorityName>sample string 1</SeniorityName> </SeniorityAdd>
Sample not available.
Id
The WSO ID of the Seniority object
integer
IsDeleted
The IsDeleted Flag of the Seniority
boolean
IsSecured
Is this asset secured?
boolean
Priority
The numerical priority of the seniority level. 1 is the highest priority.
integer
SeniorityName
The name of the currency
string
{ "id": 1, "seniorityName": "sample string 2", "isDeleted": true, "priority": 1, "isSecured": true, "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<Seniority xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.Reference.Models.v1"> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsSecured>true</IsSecured> <Links> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <Priority>1</Priority> <SeniorityName>sample string 2</SeniorityName> </Seniority>