GET api/v1/store/{storeID}/invite?generate={generate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID | string |
Required |
|
| generate | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
StoreInviteKey| Name | Description | Type | Additional information |
|---|---|---|---|
| InviteKey | string |
Required |
Response Formats
application/json, text/json
Sample:
{
"InviteKey": "sample string 1"
}
application/xml, text/xml
Sample:
<StoreInviteKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Request"> <InviteKey>sample string 1</InviteKey> </StoreInviteKey>
multipart/form-data
Sample:
image/png
Sample:
image/jpg
Sample:
image/jpeg
Sample:
image/bmp
Sample: