Skip to content

Instantly share code, notes, and snippets.

@alexeyzimarev
Created July 19, 2018 16:15
Show Gist options
  • Save alexeyzimarev/c9fc7919578200e5e059360a87b68a59 to your computer and use it in GitHub Desktop.
Save alexeyzimarev/c9fc7919578200e5e059360a87b68a59 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<doc>
<assembly>
<name>Marketplace</name>
</assembly>
<members>
<member name="M:Marketplace.Api.ClassifiedAdsCommandsApi.Post(Marketplace.Contracts.ClassifiedAds.V1.Create)">
<summary>
Create a new classified ad
</summary>
<remarks>
Sample request:
POST /ad
{
"id": "de91f219-2920-423f-a943-1021a7bbac4a",
"ownerId": "dcec37b0-2536-42d9-9de2-1169c13f5590",
}
</remarks>
</member>
<member name="T:Marketplace.Contracts.ClassifiedAds.V1.Create">
<summary>
Create a new ad command
</summary>
</member>
<member name="P:Marketplace.Contracts.ClassifiedAds.V1.Create.Id">
<summary>
New ad id
</summary>
</member>
<member name="P:Marketplace.Contracts.ClassifiedAds.V1.Create.OwnerId">
<summary>
Ad owner id
</summary>
</member>
</members>
</doc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment