Retrieve a single coupon schedule item with WSO ID of {couponID} for a cds with a WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
couponId
WSO ID of coupon
integer
Required
id
WSO ID of cds
integer
Required
AddDate
Gets or sets the date that the coupon was created.
date
AddId
Gets or sets the name of the user who added the coupon.
string
AddNode
Gets or sets the name of the machine that added the coupon.
string
CouponDate
The date of the coupon payment
date
Id
The WSO ID of the coupon rate schedule item
integer
LastChangeDate
Gets or sets the date of the last change to the coupon.
date
LastChangeId
Gets or sets the name of the user that last made changes to the coupon.
string
LastChangeNode
Gets or sets the name of the machine that last made changes to the coupon.
string
StartDate
The date of the prior coupon
date
{ "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" } ], "id": 3, "couponDate": "2024-11-23T01:35:07.1687125-06:00", "startDate": "2024-11-23T01:35:07.1687125-06:00", "addId": "sample string 6", "addNode": "sample string 7", "addDate": "2024-11-23T01:35:07.1687125-06:00", "lastChangeId": "sample string 9", "lastChangeNode": "sample string 10", "lastChangeDate": "2024-11-23T01:35:07.1687125-06:00" }
<CdsCoupon xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AddDate>2024-11-23T01:35:07.1687125-06:00</AddDate> <AddId>sample string 6</AddId> <AddNode>sample string 7</AddNode> <CouponDate>2024-11-23T01:35:07.1687125-06:00</CouponDate> <Id>3</Id> <LastChangeDate>2024-11-23T01:35:07.1687125-06:00</LastChangeDate> <LastChangeId>sample string 9</LastChangeId> <LastChangeNode>sample string 10</LastChangeNode> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <StartDate>2024-11-23T01:35:07.1687125-06:00</StartDate> </CdsCoupon>